projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a25aa
)
(update_frame): Call detect_input_pending
author
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Jan 1997 23:05:58 +0000
(23:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Jan 1997 23:05:58 +0000
(23:05 +0000)
for X as well as for termcap frames.
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 2acb2976abfa6a0747d2f21cf43f4591ad650673..388bae255ac5898f3e29831c7de9ec68a81773da 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-1272,10
+1272,11
@@
update_frame (f, force, inhibit_hairy_id)
sleep (outq / baud_rate);
}
}
- if ((i - 1) % preempt_count == 0)
- detect_input_pending ();
}
+ if ((i - 1) % preempt_count == 0)
+ detect_input_pending ();
+
update_line (f, i);
#ifdef HAVE_WINDOW_SYSTEM
if (FRAME_WINDOW_P (f))